Revision: arnesi--dev--1.2--patch-43
Archive: bese-2004@common-lisp.net
Creator: Marco Baringer <mb@bese.it>
Date: Thu Feb  3 12:59:59 CET 2005
Standard-date: 2005-02-03 11:59:59 GMT
Modified-files: src/cps.lisp
New-patches: bese-2004@common-lisp.net/arnesi--dev--1.2--patch-43
Summary: Allow THE forms in CPS transformed code.
Keywords: 

* src/cps.lisp (fmakun-cc): New function which forgets any cc related
  information previously stored.
  (gen-cc-definiton): Declare that the lexical variable K (the
  continuation) is ignorable.
  (lookup-cps-handler): Allow THE forms to be cps'd
  (defcps-transformer progn): Attempt to produce slightly more readable output.
  (defcps-rename the): Implement.
  (defcps-requires the): Implement.
  (defcps-transformer the): Implement.

